home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_9377.txt < prev    next >
Text File  |  1990-03-19  |  7KB  |  301 lines

  1. -- card: 9377 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4568
  5. -- name: test 0
  6. ----- HyperTalk script -----
  7. on closecard
  8.   global maploc, cardloc
  9.   put word 1 of the short name of this card into maploc
  10.   put word 2 of the short name of this card into cardloc
  11. end closecard
  12.  
  13.  
  14.  
  15. -- part 9 (button)
  16. -- low flags: 00
  17. -- high flags: 0001
  18. -- rect: left=428 top=317 right=342 bottom=456
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 18621 / 18621
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: 
  27.  
  28.  
  29. -- part 13 (button)
  30. -- low flags: 00
  31. -- high flags: 2000
  32. -- rect: left=130 top=157 right=175 bottom=321
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   global inProgress
  44.   put true into inProgress
  45.   lock screen
  46.   go card "test 1"
  47.   show cd fld "instruction 1"
  48.   put empty into cd fld "Your Responses"
  49.   put empty into cd fld "Your Answers"
  50.   put empty into cd fld "memolist"
  51.   put false into tryAgain
  52.   repeat with r = 1 to the number of cd flds
  53.     if word 1 of the short name of cd fld r = "answer" then
  54.       put "" into cd fld r
  55.     end if
  56.   end repeat
  57.   go back
  58.   unlock screen
  59.   push card
  60.   visual effect dissolve
  61.   go card "test 1"
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 14 (button)
  67. -- low flags: 00
  68. -- high flags: 2000
  69. -- rect: left=130 top=174 right=191 bottom=321
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: 
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   global inProgress
  81.   put true into inProgress
  82.   lock screen
  83.   go card "test 2"
  84.   show cd fld "instruction 1"
  85.   put empty into cd fld "Your Responses"
  86.   put empty into cd fld "Your Answers"
  87.   put empty into cd fld "memolist"
  88.   hide cd fld "ClicktoContinue"
  89.   show cd btn "Check my Answers"
  90.   put false into tryAgain
  91.   repeat with r = 1 to the number of cd flds
  92.     if word 1 of the short name of cd fld r = "answer" then
  93.       put "" into cd fld r
  94.     end if
  95.   end repeat
  96.   go back
  97.   unlock screen
  98.   push card
  99.   visual effect dissolve
  100.   go card "test 2"
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 15 (button)
  106. -- low flags: 00
  107. -- high flags: 2000
  108. -- rect: left=130 top=190 right=207 bottom=303
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 1
  112. -- font id: 0
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: 
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   global inProgress
  120.   put true into inProgress
  121.   lock screen
  122.   go card "test 3"
  123.   show cd fld "instruction 1"
  124.   put empty into cd fld "Your Responses"
  125.   put empty into cd fld "Your Answers"
  126.   put empty into cd fld "memolist"
  127.   hide cd fld "ClicktoContinue"
  128.   show cd btn "Check my Answers"
  129.   put false into tryAgain
  130.   repeat with r = 1 to the number of cd flds
  131.     if word 1 of the short name of cd fld r = "answer" then
  132.       put "" into cd fld r
  133.     end if
  134.   end repeat
  135.   go back
  136.   unlock screen
  137.   push card
  138.   visual effect dissolve
  139.   go card "test 3"
  140. end mouseUp
  141.  
  142.  
  143.  
  144. -- part 16 (button)
  145. -- low flags: 00
  146. -- high flags: 2000
  147. -- rect: left=130 top=206 right=223 bottom=309
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 0 / 0
  150. -- text alignment: 1
  151. -- font id: 0
  152. -- text size: 12
  153. -- style flags: 0
  154. -- line height: 16
  155. -- part name: 
  156. ----- HyperTalk script -----
  157. on mouseUp
  158.   global inProgress
  159.   put true into inProgress
  160.   push card
  161.   visual effect dissolve
  162.   go card "test 4"
  163. end mouseUp
  164.  
  165.  
  166.  
  167. -- part 17 (button)
  168. -- low flags: 00
  169. -- high flags: 2000
  170. -- rect: left=130 top=222 right=240 bottom=298
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 0 / 0
  173. -- text alignment: 1
  174. -- font id: 0
  175. -- text size: 12
  176. -- style flags: 0
  177. -- line height: 16
  178. -- part name: 
  179. ----- HyperTalk script -----
  180. on mouseUp
  181.   global inProgress
  182.   put true into inProgress
  183.   push card
  184.   visual effect dissolve
  185.   go to card "qa 1"
  186. end mouseUp
  187.  
  188.  
  189.  
  190. -- part 18 (button)
  191. -- low flags: 00
  192. -- high flags: 2000
  193. -- rect: left=129 top=255 right=271 bottom=221
  194. -- title width / last selected line: 0
  195. -- icon id / first selected line: 0 / 0
  196. -- text alignment: 1
  197. -- font id: 0
  198. -- text size: 12
  199. -- style flags: 0
  200. -- line height: 16
  201. -- part name: 
  202. ----- HyperTalk script -----
  203. on mouseUp
  204.   global inProgress
  205.   put true into inProgress
  206.   set lockrecent to true
  207.   lock screen
  208.   go to card id 14320
  209.   --show cd fld "instruction 3"
  210.   put 1 into i
  211.   repeat with i = 1 to 8
  212.     --repeat with x = 1 to 3
  213.     --set the hilite of cd btn x to false
  214.     --put "" into cd fld "your answers"
  215.     --end repeat
  216.     if the short name of this card ‚↠"q&a 8" then go next card
  217.     add 1 to i
  218.   end repeat
  219.   go card "test 0"
  220.   set lockrecent to false
  221.   unlock screen
  222.   push card
  223.   visual effect dissolve
  224.   go card "test 7"
  225. end mouseUp
  226.  
  227.  
  228.  
  229. -- part 22 (button)
  230. -- low flags: 00
  231. -- high flags: 0001
  232. -- rect: left=456 top=317 right=342 bottom=484
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 18622 / 18622
  235. -- text alignment: 1
  236. -- font id: 0
  237. -- text size: 12
  238. -- style flags: 0
  239. -- line height: 16
  240. -- part name: next
  241. ----- HyperTalk script -----
  242. on mouseUp
  243.   answer "Click one of the sections." with "Help" or "OK"
  244.   if it is "Help" then
  245.     push card
  246.     visual dissolve
  247.     go card "howtoUse"
  248.   else exit mouseUp
  249. end mouseUp
  250.  
  251.  
  252.  
  253. -- part 27 (button)
  254. -- low flags: 00
  255. -- high flags: 8003
  256. -- rect: left=174 top=312 right=340 bottom=336
  257. -- title width / last selected line: 0
  258. -- icon id / first selected line: 0 / 0
  259. -- text alignment: 1
  260. -- font id: 0
  261. -- text size: 12
  262. -- style flags: 0
  263. -- line height: 16
  264. -- part name: Return to Stack Map
  265. ----- HyperTalk script -----
  266. on mouseUp
  267.   go cd "map"
  268. end mouseUp
  269.  
  270.  
  271.  
  272. -- part contents for background part 9
  273. ----- text -----
  274. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  275.  
  276. -- part contents for background part 11
  277. ----- text -----
  278. test0
  279.  
  280. -- part contents for background part 4
  281. ----- text -----
  282. Training Evaluation
  283.  
  284. -- part contents for background part 13
  285. ----- text -----
  286. Introduction
  287.  
  288. -- part contents for background part 5
  289. ----- text -----
  290.  
  291. This section contains self-paced evaluation exercises. After you‚Äôve correctly completed the evaluation, a certificate of completion will print.
  292.  
  293. ‚Ä¢ Features and Advantages #1 *
  294. ‚Ä¢ Features and Advantages #2 *
  295. ‚Ä¢ Compatability (Software) *
  296. ‚Ä¢ Compatability (Hardware) *
  297. ‚Ä¢ Questions and Answers *
  298.  
  299. ‚Ä¢ Score Card *
  300.  
  301.